home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 March / MacWorld 03:96.toast / Graphics / clip2gif 0.7.2 / Release Notes < prev   
Text File  |  1996-01-05  |  8KB  |  146 lines

  1. clip2gif
  2. Release Notes
  3. Yves Piguet <piguet@ia.epfl.ch>
  4.  
  5. 0.7.2 (1/5/95)
  6.  
  7. • Print support
  8. • Chart alignment fixed
  9. • Bounding box argument decoding fixed
  10. • Huge clip2gif Guide
  11. • Property bounds of window, which can be got and set
  12. • Class "settings" and properties "current settings" and "factory settings" of application (experimental); the properties as well as their items can be got and set
  13.  
  14. 0.7.1 (12/20/95)
  15.  
  16. • Choice between lowercase/uppercase and 3/4 characters suffixes
  17. • Choice of the creator of files created by clip2gif
  18. • Most important functions are exported so that, with the help of the Fragment Manager and the C files included, clip2gif can be used as a library from C language (PowerMac only)
  19. • Output bounding size
  20. • Baseline TIFF files (except CCITT Group 3 compressed images)
  21. • In "drawing" AE parameter, "justification" allowed also when the position is specified by two numbers (was previously used only with a bounding box)
  22. • Menu item "Reset to Factory Settings"
  23. • AppleScript command "get PICT resource of"
  24. • The parameter "colors palette" of the AppleScript command "save" accepts also a list of RGB colors
  25. • The "in" parameter of "save" can also specify a window, allowing poor man's animations
  26. • When it's worth to, uses temporary memory
  27. • Files created by clip2gif have a clip2gif creator signature by default ('c2gf', which is now registered)
  28. • Additional parameters to "rectangle" and "frame" for rounded rectangles, and to "disk" and "circle" for arcs
  29. • Better charts alignement
  30. • Bug in the clipboard handling fixed
  31. • Only the main monitor (the one with the menu bar) is taken into account for the screen property; screen without crop does include the menu bar
  32.  
  33. 0.7 (9/5/95)
  34.  
  35. • The scale option is ignored when opening a file in a window or creating an image from scratch (and consequently the about box has always the correct size)
  36. • Maximum of 128 windows simultaneously open (instead of 64), and error message when one tries to open a 129th one
  37. • Memory leak fixed when there is not enough memory to create the offscreen during the GIF decoding
  38. • Better error reporting when opening a bad image file
  39. • One can open any file type by pressing the Option key while selecting the "Open..." menu item
  40. • JPEG input
  41. • When the user cancels the Color Picker selection, the previous transparency setting is now preserved
  42. • Window menu
  43. • Windows identified by negative numbers (-1 = last in AppleScript) are handled correctly
  44. • The "Open" menu item was not reenabled after an "Open Clipboard" disabling; fixed
  45. • Opening gif and jpeg files requires less memory
  46. • Better error recovery
  47. • The invisible grow box is made slightly more visible by changing the cursor when it's moved over it. It's now compatible with Aaron
  48. • It's now possible to launch clip2gif on a PowerMac without QuickTime
  49. • The AppleScript dictionary entry for "close" has been corrected
  50. • One can close all windows by pressing the Shift key while closing any window with any method
  51. • Option to choose the pixel depth for jpeg conversions
  52. • "chart data" and "chart style" to draw charts quicker and easier
  53. • New "screen" property of the application class, to take a snapshot of the screen (or a smaller part with crop)
  54. • The displayed images are dithered if the monitor has 256 colors or less and there is enough memory
  55. • Option in the Preferences dialog (previously named Batch Conversion) to allow the overwriting of converted files
  56. • Simplified Options menus (optional), and redesigned File menu
  57. • Use of the Control key to select "open" or "convert" as the default behavior of the open document AppleEvent, and mark
  58. • More tolerent for gif input
  59. • For palette quantizing, uses medianMethod instead of popularMethod (which chooses the most frequent colors, sometimes with disastrous results)
  60. • Can drag a window by holding down the Option key and clicking anywhere in its content
  61. • AppleGuide for clip2gif shortcuts
  62. • RGB color <-> list coercion handler included, so that the about box is correctly displayed even without AppleScript
  63. • Limit on the size of the strings and picts returned by get and save removed
  64. • Property "version" to retrieve the version number as a string (e.g. "0.7")
  65. • A property (clipboard, screen or version) can be used directly as the argument of drawn text and drawn picture
  66. • System font corrupted, strange clipping, etc: fixed
  67. • Recognizes (but does not decode) tiff files
  68. • Noisy bottom bug removed (hopefully)
  69.  
  70. 0.6 (6/16/95)
  71.  
  72. • Justified text has a transparent background, but is a bitmap even with pict output
  73. • Windows, changes in menus to support them, about box in a nonmodal window, recordable about box, "convert" removed, "open", "save" and "set" added
  74. • In version 0.5, when a file was overwritten, its signature was never changed. Corrected
  75. • Transparency color specified in the Color Picker or directly in the image
  76. • Graphic elements are now correctly handled with pict output, even with a scaling factor of 100%
  77.  
  78. 0.5.1 (5/19/95)
  79.  
  80. • Transparency based on the first pixel debugged
  81. • Memory leak during "get clipboard" corrected
  82.  
  83. 0.5 (5/17/95))
  84.  
  85. • Dialog to choose a non standard scale, and reduced choice of scales available directly in the Options menu
  86. • “measure” AppleScript command ('c2gf' 'gdim' AppleEvent)
  87. • Text style specification added to the drawing commands
  88. • Justification and text bounding box added to the drawing commands
  89. • Text style/size/font are reset to their default values for each graphic element
  90. • AppleScript dictionary improved (one pseudo-class is defined for the graphic elements)
  91. • “convert” accepts a PICT as direct object
  92. • The quality set in the Options menu is used as the default value when clip2gif receives an AppleEvent without quality specification
  93. • When QuickTime is not installed, JPEG output is now disabled and GIF remains enabled
  94. • Better error reports
  95. • The “line” graphic element now supports more than one segment
  96. • “polygon” graphic element
  97. • The “gray shades” parameter has been replaced by “colors palette” with three accepted values: system colors (same as gray shades false with clip2gif 0.4), gray shades (gray shades true), and input colors (new) for output colors based on the ones found in the input image.
  98. • When a file already exists, it is overwritten, not deleted and created again. This avoids the loss of aliases and icons.
  99. • RGB color specifications conform to the AppleEvents Registry, i.e. components are in the 0-65535 range (sorry for having used percents, but changing that now is probably better than later)
  100. • The output can be returned as a string or a PICT in the reply of an AppleEvent
  101. • Graphic elements work for PICT output
  102. • File renaming method improved
  103. • Some options in submenus
  104. • Cropping (with AppleScript)
  105. • GIF file input
  106. • The transparency parameter still accepts false and true for backward compatibility, but one can also specify no, white, first pixel (pixels with the same color as the top left one are transparent) or (with AppleScript) an aribitrary RGB color (e.g. {49152,49152,49152} for the grey shade used by NetScape)
  107. • the class application has been defined, with only one property, clipboard, which can be used as the direct object of convert (convert requires a direct object now). The clipboard property can be used only to retrieve a picture.
  108. • Command get ("set c to the clipboard" has the same effect as "set c to convert the clipboard in picture"; note that get is implicit)
  109. • One bug less in the GIF encoding with 4 bits/pixel or less
  110. • Dithering
  111.  
  112. 0.4 (3/2/95)
  113.  
  114. • Graphic elements
  115. • Creation from an empty rectangle
  116. • Gray shades GIF output
  117. • Edit menu (useful only with the "Save as" dialog)
  118. • More system environment tests
  119. • Balloon help
  120.  
  121. 0.3.0.1
  122.  
  123. • AppleShare volume writing corrected
  124.  
  125. 0.3 (2/8/95)
  126.  
  127. • “convert "..." saving as...” AE to allow different output file formats
  128. • JPEG output (if QuickTime is present)
  129. • PICT output (useful only for the clipboard)
  130. • recordable
  131. • preferences file
  132. • icons
  133. • displays the about box when an oapp Apple Event is received
  134. • the depth parameter code is now 'pdpt', as specified in the AppleEvent Registry
  135.  
  136. 0.2 (1/31/95)
  137.  
  138. • fat binary
  139. • possibility to scale the output between 1 & 1000 % (open the "Get Info" of clip2gif and specify more memory if necessary; 1000% of a 640x480 screen means 30 Mb!)
  140. • watch cursor during conversion
  141. • "Save Clipboard As Gif..." dimmed if the clipboard doesn't contain a pict
  142.  
  143. 0.1 (1/26/95)
  144.  
  145. First release
  146.